home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 38 / Issue #38.iso / 2-SOFTWARE / CRUSHERX-LIVE 2.37D / cxlSetup237.exe / Uninstall.exe / 0 / RCDATA / TFBSWQUESTION / TFBSWQUESTION.txt
Text File  |  2001-08-08  |  2KB  |  84 lines

  1. object fbsWQuestion: TfbsWQuestion
  2.   Left = 339
  3.   Top = 141
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 10
  7.   ClientHeight = 101
  8.   ClientWidth = 309
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bYes: TButton
  22.     Left = 0
  23.     Top = 76
  24.     Width = 90
  25.     Height = 25
  26.     Caption = '&Yes'
  27.     ModalResult = 6
  28.     TabOrder = 0
  29.   end
  30.   object bNo: TButton
  31.     Left = 97
  32.     Top = 76
  33.     Width = 90
  34.     Height = 25
  35.     Caption = '&No'
  36.     ModalResult = 7
  37.     TabOrder = 1
  38.   end
  39.   object bCancel: TButton
  40.     Left = 219
  41.     Top = 76
  42.     Width = 90
  43.     Height = 25
  44.     Caption = '&Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 309
  52.     Height = 70
  53.     BevelInner = bvSpace
  54.     BevelOuter = bvLowered
  55.     Caption = 'Panel1'
  56.     TabOrder = 3
  57.     object lText: TLabel
  58.       Left = 50
  59.       Top = 16
  60.       Width = 247
  61.       Height = 45
  62.       Alignment = taCenter
  63.       AutoSize = False
  64.       Caption = 'This is a Question ?'
  65.       WordWrap = True
  66.     end
  67.     object lPicture: TLabel
  68.       Left = 12
  69.       Top = 4
  70.       Width = 26
  71.       Height = 59
  72.       Caption = '?'
  73.       Color = clBtnFace
  74.       Font.Charset = ANSI_CHARSET
  75.       Font.Color = clActiveCaption
  76.       Font.Height = -48
  77.       Font.Name = 'Verdana'
  78.       Font.Style = []
  79.       ParentColor = False
  80.       ParentFont = False
  81.     end
  82.   end
  83. end
  84.